projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c9699
)
(ada-prj-display-page): Use `mapc' rather than `mapcar'.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:24:29 +0000
(
00:24
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 26 Sep 2007 00:24:29 +0000
(
00:24
+0000)
lisp/progmodes/ada-prj.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-prj.el
b/lisp/progmodes/ada-prj.el
index 7cff0158f8a6be5223b27288b4374e9ec317e750..b3f059b2b347da6e079e34fdb392695271a6d8ef 100644
(file)
--- a/
lisp/progmodes/ada-prj.el
+++ b/
lisp/progmodes/ada-prj.el
@@
-254,8
+254,8
@@
The current buffer must be the project editing buffer."
(progn
(setq widget-field-new nil
widget-field-list nil)
- (mapc
ar
(lambda (x) (delete-overlay x)) (car (overlay-lists)))
- (mapc
ar
(lambda (x) (delete-overlay x)) (cdr (overlay-lists)))))
+ (mapc (lambda (x) (delete-overlay x)) (car (overlay-lists)))
+ (mapc (lambda (x) (delete-overlay x)) (cdr (overlay-lists)))))
;; Display the tabs